home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / xtra_lib / makefile.djg < prev    next >
Encoding:
Makefile  |  1995-02-27  |  362 b   |  19 lines

  1. #
  2. # This is the make file for the xtra library for DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Aug 1990
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9. OBJS = nure_svd.obj bzrintrp.obj
  10.  
  11. libxtra.a: $(OBJS)
  12.     ar rc libxtra.a $(OBJS)
  13.  
  14. install: libxtra.a
  15.     copy libxtra.a $(LIB_DIR_DOS)
  16.     ar s $(LIB_DIR_DOS)\libxtra.a
  17.  
  18. # Dependencies starts here - do not touch, generated automatically.
  19.